Bluedot SDK Docs
Toggle table of contents
17.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Bluedot SDK Docs
Bluedot SDK Docs
/
au.com.bluedot.point.net.engine
/
BrainAI
Brain
AI
class
BrainAI
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
api
Key
Link copied to clipboard
val
apiKey
:
String
api
Url
Link copied to clipboard
val
apiUrl
:
String
chat
Endpoint
Link copied to clipboard
val
chatEndpoint
:
String
feedback
Endpoint
Link copied to clipboard
val
feedbackEndpoint
:
String
Functions
add
Chat
Link copied to clipboard
fun
addChat
(
chat
:
Chat
)
close
Chat
With
Session
ID
Link copied to clipboard
fun
closeChatWithSessionID
(
sessionId
:
String
)
create
New
Chat
Link copied to clipboard
fun
createNewChat
(
)
:
Chat
?
get
Chats
Link copied to clipboard
fun
getChats
(
)
:
List
<
Chat
>
get
Chat
With
Session
ID
Link copied to clipboard
fun
getChatWithSessionID
(
sessionId
:
String
)
:
Chat
?